home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 015 / lzsetup.arc / LZSETUP.DOC < prev   
Text File  |  1986-06-06  |  3KB  |  71 lines

  1.                           LZSETUP
  2.              Memory Resident HP Laserjet Setup
  3.     adapted by Guy Gallo from SETUP.COM by Jeff Prosise
  4.  
  5. The source listing of the original SETUP can be found in the
  6. June 24, 1986 issue of PC-Magazine, along with a discussion
  7. of the program's workings.
  8.  
  9.  
  10.    I. Loading:
  11.       simply type LZSETUP at the DOS prompt (or place it in you
  12.       autoexec.bat)
  13.       Nothing happens.  No logo.  No indication that anything has
  14.       changed.
  15.       BUT:  if you press (simultaneously) the Control <Ctrl> key
  16.       and the Right-Shift key, you will be presented with a menu.
  17.  
  18.       LZSETUP uses the Unshifted, Shifted, and Ctrl-Function keys.
  19.  
  20.   II. Function Keys:
  21.       F1  Courier 12pt  | the default font
  22.       F2  TmsRmn 10pt  -|
  23.       F3  TmsRmn 8pt    |- requires a font cartridge B or F
  24.       F4  Helv 14pt    -|
  25.       F5  LinePrinter   - 8.5 point portrait (requires a P&L cartridge)
  26.       F6  Bold          |
  27.       F7  Italic        |
  28.       F8  Under On/Off  - toggles Underline mode on and off
  29.       F9  Wrap On/Off   - toggle word wrap mode on and off
  30.       F10 Prim/Sec      - toggles the active font between Primary
  31.                           and Secondary
  32.  
  33.  III. Shift-Function Keys:
  34.       Pressing the Shift-Function key combination sets the Secondary
  35.       Font (F1-F7);  turns Underline and Wrap modes off; and toggles
  36.       Secondary Font into active position
  37.  
  38.   IV. Control-Function Keys:
  39.       Reset      - Reset the printer to power up defaults
  40.       Manual     - next page must be fed manually
  41.       Cassette   - returns to cassette feed
  42.       Eject page - ejects the current page (if there is one half printed)
  43.       6lpi/66l   - sends a code to allow 66 lines per page
  44.       8lpi/84l   - prints 8 lines per inch, 84 lines per letter page
  45.       Land 12pt  - Landscape orientation Courier 12pt
  46.       Land 8.5pt - Landscape orientation LinePrinter 8.5
  47.       LeftMrg 10 - sets the left margin to 10 at the current font width
  48.       Print test - Sends a string to the printer to show current font
  49.  
  50.  
  51.    V. Patches and Problems:
  52.       1. Because most LaserJets are serial printers, one important
  53.          feature of SETUP does not work:  if the printer is OFF-LINE
  54.          you will not be warned, you will not hear a beep;  the system
  55.          will simply freeze.
  56.          SO, if by chance you call up LZSETUP and the printer is off
  57.          or off-line, simply turn it on, and the code will be sent and
  58.          you will then be able to return to your application.
  59.  
  60.       2. LZSETUP sends its codes through LPT1:.  The standard thing
  61.          for most applications that do not directly address the serial
  62.          port, is for you to redirect a parallel port using the MODE
  63.          command.  If you wish to change the port that LZSETUP writes
  64.          to (that is, if you have other printers at LPT1:) you can
  65.          patch the program in the following way:
  66.          debug lzsetup <CR>
  67.          -e 0C44 X<CR>   (Where X is 1 for LPT2:/or 2 for LPT3:)
  68.          -e 0C4E X<CR>
  69.          -w<CR>
  70.          -q<CR>
  71.